GtkSpinButton: disconnect signals in the accessible
authorMatthias Clasen <mclasen@redhat.com>
Wed, 14 Aug 2013 04:04:46 +0000 (00:04 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 14 Aug 2013 04:04:46 +0000 (00:04 -0400)
commitb7e41a7eda1d01dc48b54d5d91916f2f737fceff
tree9a3d7051960defa4a1585b588a93c2966e5028d9
parentb9a6e012d546fe10c977b89cbb3a0a33cff29e82
GtkSpinButton: disconnect signals in the accessible

Just as for GtkRangeAccessible, we were not even trying to disconnect
the signal handler from the adjustment. The same fix works here:
override the widget_set and widget_unset vfuncs.

https://bugzilla.gnome.org/show_bug.cgi?id=705692
gtk/a11y/gtkspinbuttonaccessible.c